home *** CD-ROM | disk | FTP | other *** search
/ Dynamic HTML Construction Kit / Dynamic HTML Construction Kit.iso / earthlink / nscomm / header.js < prev    next >
Encoding:
JavaScript  |  1997-10-22  |  376 b   |  12 lines

  1. /* ==================================================================
  2. FILE:   Header.js
  3. DESCR:  Header library file for Netscape Help implementation.
  4. NOTES:  
  5. ================================================================== */
  6. //top.SystemFrame.trace( "Header.js" )
  7.  
  8. function onload()
  9. {
  10.    // Bind events to global event handlers.
  11.    top.bindDocEvts( document )
  12. }